body {
    margin: 0 auto;
    padding: 0;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    width: 100%;
    font-size: 14px;
    background: #fff;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

a, li, ol, ul, p, h1, h3, h2, h4 {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

a {
    display: block;
    outline: none;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

input, textarea, select {
    border: none;
    background: none;
    font-family: "Microsoft YaHei";
    outline: none;
}

/*head*/

.head {
    width: 100%;
    height: 150px;
    background-color: #fdfdfd;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 99;
}

.h_top {
    height: 87px;
    border-bottom: 1px solid #f3f3f3;
}

.h_logo {
    float: left;
}

.h_search, .h_info {
    float: right;
    margin-top: 22px;
}

.h_search {
    width: 316px;
    height: 40px;
}

.h_search_input {
    width: 232px;
    padding: 0 15px;
    float: left;
    border: 2px solid #0153ba;
}

.h_search_input input {
    width: 100%;
    line-height: 34px;
    color: #959595;
}

.h_search_btn {
    width: 46px;
    text-align: center;
    float: left;
    border: 2px solid #0153ba;
    background-color: #0153ba;
}

.h_search_btn a {
    width: 100%;
    line-height: 36px;
    color: #fff;
}

.h_search_btn:hover a {
    animation: bottomanimate .5s ease infinite;
    animation-iteration-count: 1;
}

.h_info {
    width: 200px;
    text-align: right;
    margin-top: 30px;
}

.h_info p {
    color: #afafaf;
    margin-top: -4px;
}

.h_info h2 {
    font-size: 18px;
    line-height: 20px;
}

.h_info h2 span {
    float: right;
}

.h_info_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-right: 1px solid #eee;
    background: url(../images/h_info_call.png) 0 0 no-repeat;
}

.h_info_p {
    margin-left: 10px;
}

.h_bottom {
    width: 1106px;
    height: 62px;
    margin: 0 auto;
}

.h_bottom li {
    float: left;
    padding: 0 38px;
    text-align: center;
    position: relative;
}

.h_bottom li a {
    position: relative;
}

.h_bottom li span.cn {
    font-size: 16px;
    line-height: 62px;
    transition: all .5s;
}

.h_bottom li span.cn_line {
    width: 40%;
    height: 1px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 15px;
    transition: all .5s;
    background-color: #0153ba;
}

.h_bottom li span.h_arrow {
    width: 20px;
    height: 15px;
    position: absolute;
    right: -20px;
    top: 10px;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
    background: url(../images/h_arrow.png) 0 0 no-repeat;
}

.h_bottom li:hover span.cn, .h_bottom li.active span.cn {
    color: #0153ba;
    animation: topanimate .5s ease infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes topanimate {
    0% {
        line-height: 62px;
    }
    50% {
        line-height: 52px;
    }
    100% {
        line-height: 62px;
    }
}

.h_bottom li:hover span.cn_line, .h_bottom li.active span.cn_line {
    width: 100%;
}

.h_bottom li:hover span.h_arrow {
    opacity: 1;
    top: 24px;
}

.bar {
    position: absolute;
    width: 148px;
    left: 0;
    top: 90px;
    opacity: 0;
    transition: all .5s;
    z-index: 999;
    display: none;
}

.bar a {
    width: 100%;
    line-height: 39px;
    transition: all .5s;
    background-color: #fdfdfd;
    border-bottom: 1px solid #efefef;
}

.bar .on {
    color: #0153ba;
}

.bar a:last-child {
    border-bottom: 1px solid #fdfdfd;
}

.bar img.h_bottom_arrow {
    width: 20px;
    height: 9px;
    margin-left: 60px;
}

.h_bottom>ul>li:hover .bar {
    opacity: 1;
    top: 62px;
    display: block;
}

.h_bottom li .bar a:hover {
    color: #0153ba;
}

.list {
    display: none;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 15px;
    position: relative;
}

.list span {
    width: 30px;
    height: 2px;
    display: block;
    margin: 5px auto;
    background-color: #666;
    transition: .5s;
}

.list.on {
    right: 0;
    transition: .5s;
}

.list.on span:nth-child(1) {
    display: none;
    transition: .5s;
    position: absolute;
}

.list.on span:nth-child(2) {
    transform: rotate(-45deg);
    height: 2px;
    width: 35px;
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: #0153ba;
    transition: .5s;
}

.list.on span:nth-child(3) {
    transform: rotate(45deg);
    height: 2px;
    width: 35px;
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: #0153ba;
    transition: .5s;
}

.cg_banner.cg_index_banner, .cg_index_banner .cg_banner_listbox, .cg_index_banner .cg_banner_listbox ul, .cg_index_banner .cg_banner_listbox ul li, .cg_index_banner .cg_banner_listbox ul li a {
    display: block;
    height: 552px;
}

.cg_banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.cg_banner li img {
    width: 100%;
}

.cg_banner_listbox ul li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 400px;
}

.cg_banner .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 24px;
    width: 100%;
    text-align: center;
}

.cg_banner .prev, .cg_banner .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 56px;
    height: 56px;
    background-color: #fff;
    z-index: 9;
    transition: .5s;
}

.cg_banner .next {
    left: auto;
    right: 0;
}

.cg_banner .prev span, .cg_banner .next span {
    width: 9px;
    height: 12px;
    display: block;
    margin: 22px auto;
}

.cg_banner .prev span {
    background: url(../images/banner_np.png) -1px -1px no-repeat;
}

.cg_banner .next span {
    background: url(../images/banner_np.png) -15px -1px no-repeat;
}

.cg_banner .prev:hover, .cg_banner .next:hover {
    background-color: #0153ba;
}

.cg_banner .prev:hover span {
    width: 19px;
    height: 9px;
    margin-top: 24px;
    background: url(../images/banner_np.png) -2px -18px no-repeat;
    transition: .5s;
}

.cg_banner .next:hover span {
    width: 19px;
    height: 9px;
    margin-top: 24px;
    background: url(../images/banner_np.png) -26px -18px no-repeat;
    transition: .5s;
}

.mat_banner {
    display: none;
    position: relative;
}

.mat_ban {
    position: absolute;
    top: 0;
    z-index: 17;
}

.ban1_1.on {
    top: 0;
    opacity: 1;
    display: none;
}

.ban1_1 {
    width: 100%;
    position: relative;
    transition: all 0.4s;
    top: -140px;
    opacity: 0;
}

.index_sz {
    margin-top: 68px;
}

.index_sz li {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

.index_sz li p {
    font-size: 50px;
    font-weight: lighter;
}

.index_sz li span {
    color: #999;
}

.index_sz li span.sz_p {
    position: absolute;
    top: 0;
    right: 30%;
}

.sz_line {
    position: absolute;
    width: 1px;
    height: 52px;
    top: 10px;
    right: 0;
    background-color: #eee;
}

.index_title {
    width: 362px;
    text-align: center;
    margin: 88px auto 0 auto;
}

.index_title h2 a {
    font-size: 24px;
}

.index_title p {
    color: #ccc;
    margin-top: 10px;
}

.index_title_b {
    margin-top: 15px;
    display: inline-block;
}

.index_title_b_l, .index_title_b_k {
    float: left;
}

.index_title_b_l {
    width: 174px;
    height: 1px;
    margin-top: 3px;
    background-color: #e9e9e9;
}

.index_title_b_k {
    width: 8px;
    height: 7px;
    margin: 0 3px;
    background-color: #0153ba;
}

.index_title:hover h2 a {
    animation: bottomanimate .5s ease infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes bottomanimate {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(0px);
    }
    70% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

/*.cpzs_main{
    min-height:400px;
}*/

.cpzs_main_li {
    text-align: center;
    margin-top: 38px;
    overflow-x: auto;
    white-space: nowrap;
}

.cpzs_main_li a {
    width: 140px;
    display: inline-block;
    margin: 0 3px;
    height: 30px;
    position: relative;
    border: 1px solid #dadada;
}

.cpzs_main_li a span.cpzs_en {
    position: absolute;
    color: #666;
    display: block;
    top: 0;
    line-height: 30px;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.cpzs_main_li a span.cpzs_k {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #0153ba;
    position: absolute;
    transition: all .5s;
}

.cpzs_main_li a:hover, .cpzs_main_li a.on {
    border: 1px solid #0153ba;
}

.cpzs_main_li a:hover span.cpzs_en, .cpzs_main_li a.on span.cpzs_en {
    color: #fff;
}

.cpzs_main_li a:hover span.cpzs_k, .cpzs_main_li a.on span.cpzs_k {
    height: 30px;
}

.cpzs_main_co {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 55px;
    display: none;
    min-height: 350px;
}

.cpzs_main_co.on {
    display: block;
}

.cpzs_main_co ul {
    width: 1490px;
    min-height: 400px;
}

.cpzs_main_co li {
    width: 442px;
    float: left;
    height: 370px;
    margin-bottom: 46px;
    margin-right: 36px;
}

.cpzs_main_co_img {
    width: 100%;
    height: 272px;
    transition: all .5s;
    overflow: hidden;
}

.cpzs_main_co_img img {
    transition: all .5s;
}

.cpzs_main_co_p {
    width: 90%;
    padding: 0 5% 20px 5%;
    margin-top: 20px;
    position: relative;
    transition: all .5s;
    border-bottom: 1px solid #ececec;
}

.cpzs_main_co_p h3 a {
    width: 70%;
    line-height: 40px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}

.cpzs_main_co_p p {
    width: 70%;
    line-height: 20px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #a4a4a4;
}

.cpzs_arrow {
    position: absolute;
    width: 55px;
    height: 19px;
    right: -10px;
    top: 8px;
    padding-top: 4px;
    transition: all .5s;
}

.cpzs_arrow img {
    width: 20px;
    height: 15px;
    margin: 0 auto;
}

.cpzs_line {
    position: absolute;
    z-index: 1;
    width: 0;
    left: 0;
    bottom: -1px;
    height: 1px;
    transition: all .5s;
    background-color: #a6a6a6;
}

.cpzs_main_co li:hover .cpzs_main_co_img a img {
    transform: scale(1.1);
    transition: all .5s;
}

.cpzs_main_co li:hover .cpzs_main_co_img {
    height: 254px;
}

.cpzs_main_co li:hover .cpzs_main_co_p {
    margin-top: 29px;
    padding-bottom: 29px;
}

.cpzs_main_co li:hover .cpzs_line {
    width: 100%;
}

.cpzs_main_co li:hover .cpzs_arrow {
    border-left: 1px solid #a6a6a6;
    padding-left: 20px;
}

.cpzs_btn {
    width: 150px;
    height: 37px;
    margin: 0 auto;
    position: relative;
}

.cpzs_btn a {
    width: 113px;
    height: 37px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    color: #b1b1b1;
    line-height: 37px;
    text-align: center;
}

.cpzs_btn img {
    width: 37px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translateX(-150px);
    transition: all .5s;
}

.cpzs_btn:hover img {
    transform: translateX(0px);
}

.gywm {
    width: 100%;
    height: 633px;
    margin-top: 90px;
    background: url(../images/gywm_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.gywm_main {
    width: 1310px;
    margin: 0 auto;
    float: right;
    position: relative;
}

.gywm_main_t {
    position: absolute;
    width: 584px;
    height: 388px;
    z-index: 1;
    top: 72px;
    left: 30px;
}

.gywm_main_b {
    width: 100%;
    height: 385px;
    margin-top: 102px;
    background-color: #0153ba;
}

.gywm_main_l {
    width: 610px;
    float: right;
    padding: 45px;
    color: #fff;
}

.gywm_main_l h2 a {
    font-size: 24px;
    color: #fff;
}

.gywm_main_l p {
    color: #fff;
    line-height: 30px;
}

.gywm_main_b_i {
    line-height: 36px;
    margin-top: 30px;
}

.gywm_btn {
    position: absolute;
    right: 50px;
    bottom: 45px;
}

.gywm_btn a {
    width: 67px;
    height: 28px;
    border: 1px solid #a7b9e2;
    line-height: 28px;
    text-align: center;
}

.gywm_btn a img {
    width: 24px;
    height: 10px;
    margin: 9px auto;
}

.gywm_main_l h2 a:hover {
    animation: bottomanimate .5s ease infinite;
    animation-iteration-count: 1;
}

.gywm_btn a:hover img {
    animation: leftanimate .5s ease infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes leftanimate {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-15px);
    }
    70% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0);
    }
}

.fwal_main_co {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 55px;
    display: none;
}

.fwal_main_co.on {
    display: block;
}

.fwal_main_co ul {
    width: 1490px;
}

.fwal_main_co li {
    width: 441px;
    float: left;
    margin-right: 36px;
}

.fwal_main_co_img {
    width: 100%;
    height: 257px;
    transition: all .5s;
    overflow: hidden;
    position: relative;
}

.fwal_s {
    position: absolute;
    width: 202px;
    height: 40px;
    bottom: -40px;
    left: 50%;
    margin-left: -101px;
    z-index: 1;
    background-color: #0153ba;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
}

.fwal_main_co_p {
    width: 89.8%;
    height: 95px;
    background-color: #fff;
    padding: 20px 5%;
    transition: all .5s;
    text-align: center;
    border: 1px solid #eaeaea;
    border-top: 0;
}

.fwal_main_co_p h3 a {
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}

.fwal_main_co_p p {
    width: 100%;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #a4a4a4;
}

.fwal_main_co li:hover .fwal_s {
    bottom: 0;
}

.fwal_main_co li:hover .fwal_main_co_p {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.xwzx {
    padding: 68px 0 52px 0;
    margin: 80px 0 0 0;
    background-color: #f8f8f8;
}

.xwzx_title {
    width: 300px;
    margin: 0 auto 56px auto;
    text-align: center;
}

.xwzx_title h2 a {
    font-size: 24px;
}

.xwzx_title p {
    color: #ccc;
}

.xwzx_title h2 a:hover {
    animation: bottomanimate .5s ease infinite;
    animation-iteration-count: 1;
}

.xwzx_main .bigImg {
    width: 614px;
    margin-bottom: 30px;
}

.xwzx_main .tempWrap {
    float: left;
    width: 550px;
}

.xwzx_main .bigImg li {
    float: left;
}

.xwzx_main_img {
    width: 614px;
    height: 200px;
    overflow: hidden;
}

.xwzx_main_img img {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.xwzx_main_c {
    width: 100%;
    margin-top: 38px;
}

.xwzx_main_date {
    width: 104px;
    height: 66px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    float: left;
}

.xwzx_main_date h1 {
    font-size: 30px;
    font-weight: bold;
    color: #666;
    line-height: 40px;
}

.xwzx_main_date p {
    color: #8d8d8d;
    line-height: 24px;
}

.xwzx_main_p {
    float: left;
    width: 459px;
    padding: 0 25px;
}

.xwzx_main_p h3 a {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 32px;
    line-height: 32px;
    transition: all .5s;
    white-space: nowrap;
}

.xwzx_main_p p {
    color: #b6b6b6;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xwzx_btn {
    width: 102px;
    height: 37px;
    background-color: #0153ba;
    text-align: center;
    position: relative;
    transition: all .5s;
}

.xwzx_btn a {
    color: #fff;
    line-height: 37px;
    margin-top: 20px;
}

.xwzx_btn img.xwzx_arrow {
    width: 25px;
    height: 37px;
    position: absolute;
    right: -9px;
    top: 0;
    transition: all .5s;
}

.xwzx_btn:hover {
    width: 135px;
}

.xwzx_btn:hover img.xwzx_arrow {
    right: 10px;
}

.xwzx_main .bigImg li:hover .xwzx_main_p h3 a {
    color: #0153ba;
}

.xwzx_main .bigImg li:hover .xwzx_main_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.smallScroll {
    float: right;
    width: 555px;
    margin-right: 120px;
    border-top: 1px solid #dedede;
    overflow: hidden;
}

.smallScroll li {
    width: 100%;
    height: 60px;
    padding: 25px 0;
    border-bottom: 1px solid #dedede;
}

.xwzx_p h3 a {
    float: left;
    width: 444px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}

.xwzx_p h3 span {
    display: inline-block;
    float: right;
    color: #8d8d8d;
}

.xwzx_p p {
    line-height: 30px;
    width: 100%;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #b6b6b6;
}

.smallScroll li:hover .xwzx_p h3 a, .smallScroll li.on .xwzx_p h3 a {
    color: #0153ba;
}

.hzhb {
    width: 100%;
    height: 120px;
    margin-top: 110px;
}

.hzhb .bd li {
    width: 165px;
    height: 95px;
    margin: 0 55px;
    float: left;
}

.hzhb .bd li img {
    width: 100%;
    transition: .5s;
}

.hzhb .bd li:hover img {
    margin-left: 10px;
    transition: .5s;
}

.hzhb .hd {
    position: relative;
    height: 10px;
    transition: .5s;
}

.hzhb .hd a {
    position: absolute;
    top: 52px;
    width: 25px;
    height: 15px;
}

.hzhb .hd a.prev {
    left: -50px;
    transition: .5s;
    background: url(../images/hzhb_np.png) 0 -16px no-repeat;
}

.hzhb .hd a.next {
    right: -50px;
    transition: .5s;
    background: url(../images/hzhb_np.png) -45px -16px no-repeat;
}

.hzhb .hd a.prev:hover {
    left: -50px;
    transition: .5s;
    background: url(../images/hzhb_np.png) 0 0 no-repeat;
}

.hzhb .hd a.next:hover {
    right: -50px;
    transition: .5s;
    background: url(../images/hzhb_np.png) -45px 0 no-repeat;
}

.footer {
    width: 100%;
    background-color: #333;
    padding: 55px 0 0 0;
}

.container1 {
    width: 1082px;
    margin: 0 auto;
}

.f_logo, .f_info {
    float: left;
}

.f_info_main a, .f_info_main span, .f_info_main img {
    float: left;
    color: #9d9d9d;
    margin: 0 5px;
    line-height: 30px;
    transition: all .5s;
}
.f_info_main a:last-child{
	margin-top:6px;
}
span.copy, span.quan, span.nian {
    margin: 0;
}

.f_info_main img {
    margin-top: 5px;
}

.f_info_main .gaba {
    margin-left: 0;
}

.f_info_main .gf {
    margin-left: 0;
}

.f_info_main .gf img {
    margin-left: 0;
    margin-top: 5px;
}

/*.f_info_main a img {
    margin-top: 9px;
}*/

.f_logo {
    width: 198px;
    height: 95px;
}

.f_info {
    width: 620px;
    margin-left: 10px;
    padding: 0 24px;
    border-left: 1px solid #f8f8f8;
}

.f_info_call {
    color: #9d9d9d;
}

.f_info_main img {
    width: inherit;
    height: inherit;
}

.f_info_main a:hover {
    color: #fff;
}

.f_info_main a.gf:hover {
    transform: rotate(360deg);
}

.f_gz {
    float: right;
}

.f_gz a {
    float: none;
    cursor: pointer;
    border: 0;
    width: 39px;
    height: 39px;
    transition: all .5s;
}

.f_gz h3 {
    color: #e3e3e3;
    font-size: 18px;
    margin-bottom: 25px;
}

.f_top .f_gz.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    margin: 0 8px;
    width: 39px;
    height: 39px;
    padding: 0;
    float: left;
}

.f_top a.bds_weixin {
    background: url(../images/footer_icon.png) -39px -39px no-repeat;
}

.f_top a.bds_tsina {
    background: url(../images/footer_icon.png) 0 -39px no-repeat;
}

.f_top a.bds_sqq {
    background: url(../images/footer_icon.png) -78px -39px no-repeat;
}

.f_top a.bds_weixin:hover {
    background: #0153ba url(../images/footer_icon.png) -39px 0 no-repeat;
}

.f_top a.bds_tsina:hover {
    background: #0153ba url(../images/footer_icon.png) 0 0 no-repeat;
}

.f_top a.bds_sqq:hover {
    background: #0153ba url(../images/footer_icon.png) -78px 0 no-repeat;
}

.f_bottom {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #3d3d3d;
}

.f_bottom span {
    display: inline-block;
    margin: 0 20px;
    color: #7c7c7c;
    line-height: 66px;
}

/*index end*/

/*item*/

.item {
    border-bottom: 1px solid #ebebeb;
}

.page {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.page a, .page span {
    float: left;
    display: inline-block;
    line-height: 30px;
    margin: 0 2px;
    color: #afafaf;
}

.page span.home {
    width: 18px;
    height: 17px;
    margin-top: 7px;
    background: url(../images/home.png) 0 0 no-repeat;
}

.page a:hover {
    color: #0153ba;
}

.ql_fenye {
    text-align: center;
    margin-bottom: 85px;
}

.paginator {
    display: inline-block;
}

.paginator a, .paginator span {
    font-size: 12px;
    line-height: 28px;
    width: 28px;
    float: left;
    margin: 0 7px;
}

.paginator a {
    border: 1px solid #ccc;
    color: #333;
}

.paginator span {
    color: #fff;
    display: inline-block;
    border: 1px solid #0153ba;
    background-color: #0153ba;
}

a.ql_prev, a.ql_next {
    border: 1px solid #fff;
    color: #ccc;
    width: 18px;
}

.paginator a[href]:hover {
    color: #fff;
    border: 1px solid #0153ba;
    background-color: #0153ba;
}

a.ql_prev[href]:hover, a.ql_next[href]:hover {
    border: 1px solid #fff;
    color: #333;
    background: none;
}

.ql_line {
    width: 1px;
    height: 9px;
    background-color: #ccc;
    float: left;
    display: block;
    margin: 11px 20px 0 0px;
}

.ql_r {
    display: inline-block;
}

.ql_r a, .ql_r span {
    float: left;
    line-height: 28px;
}

.ql_r a.yeshu {
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    margin: 0 7px;
}

.ql_r a.ql_btn {
    width: 55px;
    height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 15px;
    background-color: #0153ba;
}

.cpys {
    text-align: center;
    margin-top: 45px;
}

.cpys li {
    width: 300px;
    float: left;
    margin: 0 83px;
    display: inline-block;
}

.cpys_icon {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    display: block;
    margin: 0 auto;
    background-color: #0153ba;
    margin-bottom: 15px;
}

.cpys_icon img {
    width: 45px;
    height: 36px;
    margin: 42px auto;
}

.cpys_p h3 {
    font-size: 16px;
    line-height: 30px;
}

.cpys_p p {
    color: #7f7f7f;
}

.cpys li:hover .cpys_icon img {
    animation: bottomanimate .5s ease infinite;
    animation-iteration-count: 1;
}

.item_detail {
    margin-top: 40px;
}

.item_detail_l {
    float: left;
}

.bigimgall {
    width: 747px;
    position: relative;
    margin: 0 auto;
}

.bigimgall .bigImg {
    width: 747px;
    height: 428px;
}

.item_detail .smallScroll {
    width: 747px;
    float: none;
    margin-right: 0px;
    border-top: 0px;
    margin-top: 25px;
    margin-left: 56px;
}

.item_detail .smallImg li {
    width: 119px;
    height: 68px;
    float: left;
    margin-right: 30px;
    border: 2px solid #fff;
    padding: 0;
}

.item_detail .smallImg li.on {
    border: 2px solid #0153ba;
}

a.sPrev, a.sNext {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 45%;
    transition: all .5s;
    background-color: #aaaaaa;
}

a.sPrev img, a.sNext img {
    transition: all .5s;
}

a.sPrev {
    left: 0;
}

a.sNext {
    right: 0;
}

a.sPrev:hover, a.sNext:hover {
    background-color: #0153ba;
}

a.sPrev:hover img {
    transform: translateX(-10px);
}

a.sNext:hover img {
    transform: translateX(10px);
}

.item_detail_r {
    float: right;
    padding: 0 20px;
    width: 490px;
}

.item_detail_r h1 {
    font-size: 24px;
    color: #000;
}

.item_detail_r h3 {
    font-size: 18px;
    margin: 30px 0 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.item_detail_r p {
    line-height: 32px;
    color: #777;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.detail_m {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin: 65px 0;
}

.detail_m img {
    width: auto;
}

.xgtj {
    width: 146px;
    border-radius: 5px;
    padding: 20px 0;
    position: absolute;
    z-index: 80;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.xgtj h1 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.xgtj li {
    width: 136px;
    margin: 15px auto;
}

.xgtj_p {
    width: 100%;
}

.xgtj_p h3 a {
    line-height: 30px;
    color: #393838;
    height: 30px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
}

.item_fwal {
    margin-top: 40px;
    margin-bottom: 70px;
    display: none;
    min-height: 1264px;
}

.item_fwal.on {
    display: block;
}

.item_fwal li {
    height: 408px;
    position: relative;
    cursor: pointer;
}

.item_fwal_img {
    width: 700px;
    height: 408px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.item_fwal_img img {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.item_fwal_p {
    width: 510px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 65px 95px;
}

.item_fwal_p h3 a {
    font-size: 30px;
    font-weight: bold;
    color: #0153ba;
    width: 100%;
    line-height: 35px;
    height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}

.item_fwal_p h4 {
    font-size: 16px;
    color: #666;
    height: 25px;
    font-weight: bold;
    line-height: 25px;
    width: 100%;
    margin: 22px 0 25px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.item_fwal_p p {
    width: 100%;
    height: 128px;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}

.item_fwal_btn {
    width: 200px;
    height: 25px;
    margin-top: 15px;
}

.item_fwal_btn a {
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.item_fwal_btn a span {
    display: inline-block;
}

.item_fwal_btn:hover a span {
    animation: dxanimate 1s ease infinite;
}

@-webkit-keyframes dxanimate {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }
    100% {
        transform: translateX(30px);
        opacity: 0;
    }
}

.item_fwal li:nth-child(2n) .item_fwal_img {
    transform: translateX(100%);
}

.item_fwal li:nth-child(2n) .item_fwal_p {
    transform: translateX(-100%);
}

.item_fwal li:hover .item_fwal_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.item_fwal li:hover .item_fwal_p h3 a {
    animation: bottomanimate .5s ease infinite;
    animation-iteration-count: 1;
}

.item_gywm {
    width: 100%;
    min-height: 700px;
    margin-top: 30px;
    margin-bottom: 85px;
}

.item_gywm_t_l {
    float: left;
    width: 540px;
}

.item_gywm_t_l img {
    display: block;
    margin: 0 auto;
    width: 59%;
}

.item_gywm_t_r {
    width: 820px;
    padding: 10px 20px 0 20px;
    float: right;
    line-height: 32px;
}

.item_gywm_t_r p {
    line-height: 43px;
}

/*.item_gywm_b{
    margin-top: 35px;
}*/

.item_gywm_b .item_gywm_b_t h3 {
    margin: 20px 0;
    font-weight: bold;
}

.item_gywm_b .item_gywm_b_t p {
    line-height: 43px;
}

.item_gywm_b h2 {
    font-size: 24px;
    line-height: 36px;
}

.item_gywm_b p {
    line-height: 32px;
}

.item_gywm_b img {
    margin-top: 15px;
}

.lxwm_l, .lxwm_c, .lxwm_r {
    float: left;
    width: 328px;
    height: 150px;
    padding: 50px 0;
    position: relative;
}

.lxwm_l {
    width: 454px;
}

.lxwm_c {
    margin: 0 106px;
}

.bolang {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/bolang.png) 0 0;
}

.lxwm_l_m {
    margin: 20px 0;
}

.lxwm_icon, .lxwm_name, .lxwm_info {
    float: left;
    font-size: 18px;
    line-height: 27px;
}

.lxwm_icon {
    width: 26px;
    height: 27px;
}

.lxwm_name {
    color: #0153ba;
    margin-left: 8px;
}

.lxwm_c_l {
    width: 133px;
    height: 133px;
    float: left;
    margin-top: 10px;
}

.lxwm_c_r {
    width: 148px;
    padding: 10px;
    float: right;
    margin-top: 10px;
}

.lxwm_c_r h3 {
    font-size: 30px;
    color: #0153ba;
    line-height: 65px;
}

.lxwm_c_r p {
    font-size: 18px;
    color: #0153ba;
    line-height: 30px;
}

.lxwm_r {
    text-align: center;
}

.code {
    width: 133px;
    height: 133px;
    display: inline-block;
}

.item_lxwm_b {
    margin-top: 40px;
    width: 100%;
    height: 444px;
    margin-bottom: 70px;
}

.item_xwzx_main {
    margin-top: 70px;
    margin-bottom: 65px;
    min-height: 500px;
}

.item_xwzx_main ul {
    width: 100%;
}

.item_xwzx_main ul li {
    width: 100%;
    padding: 16px 0;
    transition: all .5s;
}

.xwzx_main_co_date {
    width: 89px;
    height: 75px;
    float: left;
    padding: 0 30px;
    border-right: 1px solid #ccc;
    text-align: right;
}

.xwzx_main_co_date h2 {
    font-size: 30px;
    line-height: 50px;
}

.xwzx_main_co_date p {
    line-height: 20px;
}

.xwzx_main_co_p {
    float: left;
    width: 70%;
    padding: 10px 40px;
}

.xwzx_main_co_p h3 a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xwzx_main_co_p p {
    line-height: 30px;
    height: 30px;
    width: 100%;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xwzx_tu {
    width: 357px;
    height: 506px;
    float: right;
    margin-top: 16px;
}

.item_xwzx_main ul li:hover {
    background-color: #0153ba;
}

.item_xwzx_main ul li:hover .xwzx_main_co_p h3 a, .item_xwzx_main ul li:hover .xwzx_main_co_date h2, .item_xwzx_main ul li:hover .xwzx_main_co_date p {
    color: #fff;
}

.item_xwzx_main ul li:hover .xwzx_main_co_p p {
    color: #d7d7d7;
}

.item_xwzx_main.item_xwzx_main1 ul {
    float: right;
}

.item_xwzx_main.item_xwzx_main1 .xwzx_tu {
    float: left;
}

.xwzx_detail_title {
    text-align: center;
    margin-top: 60px;
}

.xwzx_detail_title h1 {
    font-size: 28px;
    color: #000;
    line-height: 36px;
    font-weight: bold;
}

.detail_info {
    height: 29px;
    margin: 20px 0;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed #ededed;
}

.detail_info ul {
    display: inline-block;
}

.detail_info li {
    float: left;
    margin: 0 10px;
}

.detail_info li span, .detail_info li a {
    color: #b0b0b0;
    font-size: 16px;
    float: left;
    line-height: 26px;
}

.detail_info li a {
    cursor: pointer;
}

.detail_info li a:hover {
    color: #03338f;
}

.detail_info span.time {
    width: 32px;
    height: 25px;
    display: inline-block;
    margin-right: 6px;
    background: url(../images/icon.png) 0 0 no-repeat;
}

.detail_info span.eyes {
    width: 32px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background: url(../images/icon.png) -32px 0 no-repeat;
}

.xwzx_detail_main {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    width: 1440px;
    margin: 60px auto;
}

.shangxia {
    margin-bottom: 74px;
}

.shang a {
    padding: 45px 0;
    width: 100%;
    background-color: #f0f0f0;
    transition: all .5s;
}

.shang a[href]:hover {
    background-color: #0153ba;
    transition: all .5s;
}

.xia a {
    padding: 45px 0;
    width: 100%;
    right: 0;
    background-color: #f0f0f0;
    transition: all .5s;
}

.xia a[href]:hover {
    background-color: #0153ba;
    transition: all .5s;
}

.shang a[href]:hover span {
    border-color: #fff;
    color: #fff;
}

.xia a[href]:hover span {
    border-color: #fff;
    color: #fff;
    transition: all .5s;
}

.shang a span {
    width: 36px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: #c3c3c3;
    font-family: "宋体";
    float: left;
    transition: all .5s;
}

.xia a span {
    float: right;
    width: 36px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: #c3c3c3;
    font-family: "宋体";
    transition: all .5s;
}

.xia a .sx_p {
    float: left;
}

.shangxia a span.sx_p {
    width: 620px;
    border: 0;
    height: 24px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #666;
    font-family: "微软雅黑";
    text-align: left;
}

.shang, .xia {
    float: left;
    width: 50%;
    position: relative;
}

.shang a span {
    border-right: 1px solid #e2e2e2;
}

.xia a span {
    border-left: 1px solid #e2e2e2;
}

.xia a span.sx_p {
    text-align: right;
}

.shang_bg {
    width: 0;
    height: 114px;
    background-color: #0153ba;
    transition: all .5s;
    display: none;
}

.tjnr_title {
    text-align: center;
    width: 246px;
    height: 28px;
    margin: 0 auto;
    background: url(../images/tjnr_bg.png) 0 0 no-repeat;
}

.tjnr_title h2 {
    font-size: 24px;
    line-height: 28px;
}

.tjnr_main {
    margin-top: 30px;
    margin-bottom: 60px;
}

.tjnr_main li {
    width: 626px;
    margin: 0 36px 20px 36px;
    float: left;
}

.tjnr_l, .tjnr_c {
    float: left;
    line-height: 19px;
}

.tjnr_l {
    width: 16px;
    height: 19px;
    background: url(../images/tjnr_icon.png) 0 -19px no-repeat;
    transition: all .5s;
}

.tjnr_c h3 a {
    width: 440px;
    color: #444;
    font-size: 16px;
    margin-left: 8px;
    transition: all .5s;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tjnr_r, .tjnr_n {
    float: right;
    line-height: 19px;
    color: #c6c6c6;
    font-size: 16px;
}

.tjnr_n {
    width: 16px;
    height: 19px;
    margin-left: 0;
    opacity: 0;
    transition: all .5s;
    background: url(../images/tjnr_icon.png) 0 -38px no-repeat;
}

.tjnr_main li:hover .tjnr_l {
    background: url(../images/tjnr_icon.png) 0 0 no-repeat;
}

.tjnr_main li:hover .tjnr_c h3 a {
    color: #0153ba;
}

.tjnr_main li:hover .tjnr_n {
    opacity: 1;
    margin-left: 15px;
}

.shareinfo {
    position: relative;
}

.shareinfo div.xxx {
    position: absolute;
    width: 60px;
    right: 120px;
    top: 0px;
    padding: 5px 0 0 0;
    z-index: 30;
    background-color: #0153ba;
}

.shareinfo div.xxx a {
    float: none;
    cursor: pointer;
    border: 0;
    transition: all .5s;
    background-color: #fff;
}

.shareinfo div.xxx.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    margin: 0;
    width: 60px;
    height: 60px;
    padding: 0;
}

.shareinfo a.bds_weixin {
    background: url(../images/share.png) 0 -60px no-repeat;
}

.shareinfo a.bds_tsina {
    background: url(../images/share.png) 0 0 no-repeat;
}

.shareinfo a.bds_qzone {
    background: url(../images/share.png) 0 -120px no-repeat;
}

.shareinfo a.bds_weixin:hover {
    background: #0153ba url(../images/share.png) -60px -60px no-repeat;
}

.shareinfo a.bds_tsina:hover {
    background: #0153ba url(../images/share.png) -60px 0 no-repeat;
}

.shareinfo a.bds_qzone:hover {
    background: #0153ba url(../images/share.png) -60px -120px no-repeat;
}

@media screen and (max-width:1200px) {
    body {
        width: 100%;
        margin: 0 auto;
    }
    .cpzs_main_co li:hover .cpzs_main_co_p {
        padding: 0 5% 20px 5%;
        margin-top: 20px;
    }
    .cpzs_main_co li:hover .cpzs_main_co_img{
        height: auto;
    }
     .container {
        width: 98%;
        padding: 6px 0;
    }
    .head {
        height: auto;
    }
    .h_top {
        height: auto;
    }
    .h_logo {
        width: 38%;
        height: auto;
    }
    .h_bottom, .h_search, .h_info {
        display: none;
    }
    .h_bottom {
        position: fixed;
        z-index: 22;
        width: 100%;
        padding: 30px 0;
        background-color: #fff;
        height: 100%;
    }
    .h_bottom li {
        float: none;
        width: 100%;
        padding: 0;
    }
    span.cn_line, span.h_arrow {
        display: none;
    }
    .list {
        display: block;
        margin-top: 28px;
    }
    .bar {
        display: none !important;
    }
    #slideBox {
        display: none;
    }
    .mat_banner {
        display: block;
        width: 100%;
        height: auto;
    }
    .index_sz {
        margin-top: 28px;
    }
    .sz_line {
        display: none;
    }
    .index_sz li p {
        font-size: 20px;
    }
    .index_sz li span {
        color: #999;
        font-size: 12px;
    }
    .index_sz li span.sz_p {
        right: 10%;
        font-size: 12px;
    }
    .index_title {
        width: 320px;
        margin: 28px auto 0 auto;
    }
    .index_title_b_l {
        width: 140px;
    }
    .gywm_btn {
        position: absolute;
        right: 20px;
        top: 69px;
    }
    .cpzs_main_co, .fwal_main_co {
        min-height: inherit;
        min-height: 400px;
    }
    .cpzs_main_co ul, .fwal_main_co ul {
        width: 100%;
    }
    .cpzs_main_co li, .fwal_main_co li {
        width: 48%;
        margin: 0 1% 26px 1%;
        height: auto;
    }
    .cpzs_main_co li:nth-child(3n), .fwal_main_co li:nth-child(3n) {}
    .cpzs_main_co li:hover .cpzs_arrow {
        border-left: none;
    }
    .cpzs_main_co_img, .fwal_main_co_img {
        height: auto;
    }
    .gywm_main_t {
        display: none;
    }
    .gywm_main {
        width: 90%;
        float: none;
    }
    .gywm_main_b {
        margin-top: 0;
        height: auto;
    }
    .gywm_main_l {
        width: 80%;
        float: none;
    }
    .xwzx_main .bigImg {
        display: none;
    }
    .xwzx_main .smallScroll {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .xwzx_p h3 a {
        width: 70%;
    }
    .hzhb {
        height: auto;
        margin-top: 20px;
    }
    .hzhb .bd li {
        width: 30%;
        margin: 0 1.5%;
        float: left;
        height: auto;
    }
    .hzhb .bd li:nth-child(n+7) {
        display: none;
    }
    .container1 {
        width: 96%;
        margin: 0 auto;
    }
    .f_info {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-left: 0px;
        text-align: center;
    }
    .f_info_call, .f_info_main {
        display: inline-block;
    }
    .f_info_main a, .f_info_main span, .f_info_main img {
        float: none;
        display: inline-block;
    }
    .f_logo, span.copy, span.nian, img.gaba, a.qgl_mgaba, .f_bottom, .f_gz, .hzhb .hd {
        display: none;
    }
    .item_xwzx_main ul {
        width: 100%;
        float: none;
    }
    .xwzx_main_co_date {
        width: 12%;
        height: auto;
        float: left;
        padding: 0 2%;
    }
    .xwzx_main_co_p {
        width: 75%;
        padding: 10px 2%;
    }
    .xwzx_tu, .item_xwzx_main1 .xwzx_tu {
        display: none;
    }
    .item_xwzx_main1 ul {
        float: none;
    }
    .item_xwzx_main {
        margin-top: 20px;
        margin-bottom: 0px;
        min-height: inherit;
        min-height: 500px;
    }
    .xwzx_detail_main {
        width: 98%;
        margin: 60px auto;
    }
    .shareinfo {
        display: none;
    }
    .shangxia a span.sx_p {
        width: 84%;
    }
    .tjnr_main li {
        width: 90%;
        margin: 0 auto 20px auto;
        float: none;
    }
    .cpys li {
        width: 29.33%;
        margin: 0 2%;
    }
    .item_detail_l {
        float: none;
        width: 100%;
    }
    .item_detail_r {
        width: 96%;
        float: none;
        padding: 0 2%;
        margin-top: 30px;
    }
    .bigimgall {
        width: 85%;
        padding: 0 7.5%;
        position: relative;
    }
    .bigimgall .bigImg {
        width: 100%;
        height: auto;
    }
    .xgtj {
        display: none;
    }
    .item_fwal li {
        height: 288px;
    }
    .item_fwal_img {
        width: 50%;
        height: auto;
    }
    .item_fwal_p {
        width: 45%;
        padding: 5% 2.5% 0 2.5%;
    }
    .item_fwal_p p {
        height: 32px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .item_fwal_p h4 {
        margin: 15px 0;
    }
    .item_fwal {
        min-height: 600px;
    }
    .item_gywm_t_l, .item_gywm_t_r {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .item_gywm_b {
        width: 90%;
        margin: 30px auto 0 auto;
    }
    .lxwm_l, .lxwm_c, .lxwm_r {
        float: none;
        width: 328px;
        height: auto;
        padding: 50px 0;
        margin: 0 auto;
        text-align: center;
    }
    .lxwm_l_m {
        display: inline-block;
    }
    .lxwm_l_m:nth-child(3) .lxwm_info {
        width: 70%;
        text-align: left;
    }
    .lxwm_c {
        display: none;
    }
    .footer {
        padding: 25px 0;
    }
    .ql_r {
        display: none;
    }
    .bar {
        position: initial;
        width: 100%;
        left: 0;
        top: 90px;
        opacity: 0;
        transition: all .5s;
        z-index: 999;
        display: none;
    }
}

@media screen and (max-width:768px) {
    .xwzx_main_co_date {
        width: 25%;
    }
    .lxwm_l {
        padding-top: 0;
    }
    .lxwm_l_m {
        margin: 10px 0;
    }
    .cpzs_main_co li:hover .cpzs_main_co_p {
        margin-top: 22px;
        padding-bottom: 18px;
    }
    .cpzs_main_co li:hover .cpzs_main_co_img {
        height: auto;
    }
    .xwzx_main_co_p {
        width: 60%;
    }
    .xwzx_detail {
        width: 95%;
        margin: 0 auto;
    }
    .item_gywm>p {
        width: 95%;
        margin: 0 auto;
    }
    .detail_info li:nth-child(n+2) {
        display: none;
    }
    .shangxia a span.sx_p {
        width: 55%;
    }
    .tjnr_c {
        width: 50%;
    }
    .tjnr_c h3 a {
        width: 100%;
    }
    .tjnr_r {
        width: 30%;
    }
    .tjnr_n {
        display: none;
    }
    .cpys_icon {
        width: 95px;
        height: 95px;
    }
    .cpys_icon img {
        width: 35px;
        height: auto;
        margin: 33px auto;
    }
    a.sPrev, a.sNext {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 45%;
        transition: all .5s;
        background-color: #aaaaaa;
    }
    .item_detail .smallScroll {
        width: 100%;
        margin-left: 0;
    }
    .item_detail .smallImg li {
        width: 22%;
        height: auto;
        float: left;
        margin: 0 1%;
        border: 1px solid #fff;
    }
    .detail_m img {
        width: 100%;
    }
    .item_fwal_img {
        width: 100%;
        height: auto;
        position: relative;
    }
    .item_fwal_p {
        width: 95%;
        position: relative;
        margin: 10px 0;
    }
    .item_fwal li {
        height: auto;
        margin-top: 40px;
    }
    .item_fwal li:nth-child(2n) .item_fwal_img {
        transform: translateX(0%);
    }
    .item_fwal li:nth-child(2n) .item_fwal_p {
        transform: translateX(0%);
    }
}

.job--list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    min-height: 450px;
}

.job--list .body, .job--list .head {
    color: #fff;
    background: #303036;
    height: auto;
    z-index: 0;
}

.job--list .body .table, .job--list .head .table {
    display: table;
    width: 100%;
    height: 60px;
    font-size: 16px;
}

.job--list .body .table>div, .job--list .head .table>div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
}

.job--list .body {
    background: none;
    height: 71px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: jobIn 1s 1s both;
    -moz-animation: jobIn 1s 1s both;
    -o-animation: jobIn 1s 1s both;
    animation: jobIn 1s 1s both;
}

.job--list .body .table {
    position: relative;
    z-index: 10;
    color: #000;
    height: 70px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    cursor: pointer;
    background: #fff;
}

.job--list .body .cell2 {
    color: #da251c;
    font-weight: bold;
}

.job--list .body .cell5 {
    background: url(../images/icon04.png) no-repeat center;
}

.job--list .body .dropdown {
    padding: 20px 40px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px);
    *zoom: 1;
    zoom: 1;
}

.job--list .body .dropdown:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.job--list .body .dropdown .tag {
    float: right;
    margin-left: 20px;
    max-width: 400px;
    font-size: 0;
    text-align: right;
}

.job--list .body .dropdown .tag .cell {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #7babcc;
    min-width: 40px;
    background: #eef7fd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
}

.job--list .body .dropdown .content {
    overflow: hidden;
    font-size: 14px;
    line-height: 2;
    color: #2d2d2d;
}

.job--list .body .dropdown .content .upload {
    margin: 20px 0 0 0;
    position: relative;
}

.job--list .body .dropdown .content .upload label {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: #da251c;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.job--list .body .dropdown .content .upload input {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.job--list .body.open {
    height: auto;
}

.job--list .body.open .dropdown {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.job--list .body.open .cell5 {
    background: url(../images/icon05.png) no-repeat center;
}

.job--list .cell1 {
    width: 25%;
}

.job--list .cell2 {
    width: 20%;
}

.job--list .cell3 {
    width: 30%;
}

.job--list .cell4 {
    width: 20%;
}

.job--list .cell5 {
    width: 5%;
}

@-webkit-keyframes jobIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes jobIn {
    0% {
        opacity: 0;
        -moz-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes jobIn {
    0% {
        opacity: 0;
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes jobIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.pc .job--list .body .table:hover {
    background: #eee;
}

.pc .job--list .body .dropdown .content .upload label:hover {
    text-indent: 10px;
}

@media screen and (max-width: 1200px) {
    .joinus--contact {
        text-align: center;
    }
    .job--list {
        width: 100%;
    }
    .joinus--contact>div {
        display: inline-block;
        text-align: left;
    }
    .joinus--contact .cell {
        display: block;
        margin: 0;
    }
    .mat_ban {
        display: none;
    }
    .index_sz li p {
        font-size: 40px;
    }
    .index_sz li span.sz_p {
        font-size: 16px;
    }
    .index_sz li span {
        font-size: 18px;
    }
}

.joinus--contact {
    padding: 40px 0 0 0;
    text-align: center;
}

.joinus--contact .cell {
    display: inline-block;
    *zoom: 1;
    zoom: 1;
    margin: 0 20px;
    line-height: 50px;
}

.joinus--contact .cell:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.joinus--contact .cell img {
    margin-right: 20px;
    vertical-align: middle;
}

.joinus--contact .cell span {
    vertical-align: middle;
    font-size: 16px;
    color: #6f6f6f;
}

.c_pagecont {
    padding: 40px 0;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    min-height: 500px;
}

.c_sitemap {
    text-align: center;
    background: url(../images/xixian.png) repeat-x center 85px;
}

.c_sitemap ul {
    display: inline-block;
    vertical-align: top;
    padding: 30px 26px 0;
}

.c_sitemap ul li {
    font-size: 14px;
}

.c_sitemap ul li a {
    display: block;
    color: #343434;
    line-height: 34px;
}

.c_sitemap ul li a:hover {
    color: #00468C;
}

.c_sitemap ul li.c_jit {
    font-size: 16px;
    margin-bottom: 10px;
}

.c_sitemap ul li.c_jit a {
    border-bottom: 2px solid transparent;
    height: 54px;
    line-height: 54px;
}

.c_sitemap ul li.c_jit a:hover {
    font-weight: bold;
    border-color: #00468C;
}

.zxbm ul {
    padding-left: 45px;
}

.zxbm ul li {
    width: 100%;
    height: 76px;
    line-height: 76px;
}

.zxbm ul li p {
    width: 85%;
    display: inline-block;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #d3d7db;
    vertical-align: middle;
    clear: both;
}

.zxbm ul li p input {
    width: 74%;
    height: 95%;
    color: #c6c6c6;
    float: left;
}

.yzm p>span {
    display: block;
    float: right;
}

.zxbm ul .yzm h6 {
    margin-right: 8px;
}

.yzm p img {
    cursor: pointer;
    width: 24%;
    height: 95%;
}

.zxbm ul li p input::-webkit-input-placeholder {
    color: #c6c6c6;
}

.zxbm ul li h6 {
    display: inline-block;
    color: #535353;
    font-size: 16px;
    margin-right: 23px;
}

.zxbm ul li h6 span {
    color: #d50006;
    font-size: 16px;
}

.zxbm li select {
    width: 97%;
    height: 100%;
    border: 0;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #c6c6c6;
    background: url("../img/44.jpg") no-repeat right;
}

.zxbm li option {
    line-height: 100px;
}

.yzm p {
    color: #a0a0a0;
}

.yzm p span {
    cursor: pointer;
}

.yzm p img {
    cursor: pointer;
    width: 11%;
}

.anniu a {
    display: block;
    width: 197px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background-color: #7a7a7a;
    color: #cdcdcd;
    font-size: 18px;
    margin: 50px auto;
}

.anniu a:hover {
    background-color: #ee1c1c;
    color: #fff;
}

.tou_right>ul>li {
    position: relative;
}

.tou_right>ul ul {
    position: absolute;
    top: 50px;
    left: -73px;
    width: 210px;
    height: 0;
    overflow: hidden;
    box-shadow: #333 0 0 30px -8px;
    opacity: 0;
    transition: top 1s;
    -webkit-transition: top 1s;
}

.tou_right>ul>li:hover ul {
    opacity: 1;
    top: 64px;
    height: auto;
}

.item_lxwm_b img {
    max-width: initial;
}

@media screen and (max-width: 1200px) {
    .joinus--contact {
        text-align: center;
    }
    .c_pagecont {
        padding: 40px 0;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        min-height: 300px;
    }
    .c_sitemap {
        background: none;
    }
    .c_sitemap ul {
        display: block !important;
        padding: 15px 12px;
        border-bottom: 1px dashed #eee;
        padding-bottom: 30px !important;
    }
    .c_sitemap ul li.c_jit {
        margin-bottom: 0px;
    }
    .joinus--contact>div {
        display: inline-block;
        text-align: left;
    }
    .joinus--contact .cell {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .gywm {
        height: 350px;
        margin-top: 90px;
        padding-top: 50px;
    }
    .cpzs_main_co li, .fwal_main_co li {
        width: 31%;
    }
}

@media screen and (max-width: 770px) {
    .joinus--search {
        width: 100%;
    }
    .index_sz li p {
        font-size: 20px;
    }
    .index_sz li span.sz_p {
        right: 10%;
        font-size: 12px;
    }
    .index_sz li span {
        font-size: 12px;
    }
    .cpzs_main_co li, .fwal_main_co li {
        width: 48%;
    }
    .zxbm ul li p input {
        width: 70%;
    }
}

@media screen and (max-width:750px) {
    .xwzx {
        padding: 40px 0;
        margin: 0;
    }
    .xwzx_title {
        margin: 0 auto 40px auto;
    }
    .item_detail_r h1 {
        font-size: 18px;
    }
    .detail_m {
        margin: 30px 0;
    }
    .lxwm_l, .lxwm_c {
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }
    .lxwm_r {
        text-align: center;
        padding: 10px 0;
    }
    .f_info_main {
        font-size: 13px;
    }
    .xwzx_main_co_date {
        width: 20%;
    }
    .xwzx_main_co_p {
        width: 70%;
        padding: 0px 2%;
    }
    .xwzx_main_co_date h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .xwzx_detail_main {
        margin: 50px auto;
    }
    .shang, .xia {
        width: 100%;
    }
    .shangxia a span.sx_p {
        width: 78%;
    }
    .shang a {
        padding: 20px 0;
    }
    .xia a {
        padding: 20px 0;
    }
    .xia a span {
        float: left;
    }
    .xia a .sx_p {
        float: right;
    }
    .xia a span {
        border-right: 1px solid #e2e2e2;
    }
    .gywm {
        height: 470px;
        padding-top: 40px;
    }
    .list {
        margin-top: 8px;
    }
    .zxbm ul {
        padding-left: 0;
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    .zxbm ul li p {
        width: 81%;
    }
    .zxbm ul .yzm p {
        width: 76%;
        clear: both;
    }
    .zxbm ul .yzm p input {
        float: left;
        width: 35%;
    }
    .yzm p img {
        cursor: pointer;
        width: 24%;
        height: 95%;
    }
    /* .mat_banner {
        height: 150px;
    }
    .mat_banner img{
        width: 100%;
        height: 100%;
    } */
}

@media screen and (max-width: 600px) {
    .job--list .table {
        height: 50px !important;
        font-size: 14px !important;
    }
    .h_logo {
        width: 65%;
        height: auto;
    }
    .job--list .cell1 {
        padding: 0 10px;
        width: 45%;
        text-align: left !important;
    }
    .job--list .cell2 {
        width: 30%;
    }
    .job--list .cell3, .job--list .cell4 {
        display: none !important;
    }
    .job--list .body {
        height: 51px;
    }
    .job--list .body .dropdown {
        padding: 10px;
    }
    .job--list .body .dropdown .tag {
        padding: 0 0 10px 0;
        float: none;
        margin-left: 0;
        text-align: left;
    }
    .job--list .body .dropdown .tag .cell {
        margin-left: 0;
        margin-right: 10px;
        line-height: 20px;
    }
}

@media screen and (max-width: 500px) {
    .joinus--contact {
        padding: 20px 0 0 0;
        text-align: left;
    }
    .joinus--contact .cell {
        line-height: 30px;
    }
    .joinus--contact .cell img {
        display: none;
    }
    .joinus--contact .cell span {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 500px) {
    .joinus--search {
        height: 44px;
    }
    .joinus--search a {
        width: 50px;
    }
    .joinus--search span {
        padding: 0 15px;
    }
    .joinus--contact {
        padding: 20px 0 0 0;
        text-align: left;
    }
    .joinus--contact .cell {
        line-height: 30px;
    }
    .joinus--contact .cell img {
        display: none;
    }
    .joinus--contact .cell span {
        font-size: 14px !important;
    }
    .job--list {
        padding-top: 20px;
        width: 100%;
    }
}